home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000001_news@columbia.edu _Mon Jul 15 16:49:19 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id QAA18513 for <kermit.misc@watsun.cc.columbia.edu>; Mon, 15 Jul 1996 16:49:13 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id QAA14487 for kermit.misc@watsun; Mon, 15 Jul 1996 16:49:10 -0400 (EDT)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!hunter.premier.net!news.mathworks.com!newsfeed.internetmci.com!zdc!zippo!news
  5. From: cksam@macau.ctm.net (SAM, Chi-Kin)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: PPP in DOS
  8. Date: Sun, 14 Jul 1996 23:00:12 GMT
  9. Organization: Tecnologia Electronica Hermes
  10. Lines: 47
  11. Message-ID: <31e97873.15030061@news.zippo.com>
  12. References: <4s5464$au3@amanda.dorsai.org> <31e740a1.3851780@news.zippo.com> <1996Jul13.214359.82722@cc.usu.edu>
  13. NNTP-Posting-Host: 202.174.0.101
  14. X-Newsreader: Forte Agent .99e/16.227
  15.  
  16.  
  17. On 13 Jul 96 21:43:59 MDT, jrd@cc.usu.edu (Joe Doupnik) wrote:
  18.  
  19. >In article <31e740a1.3851780@news.zippo.com>, cksam@macau.ctm.net (SAM, Chi-Kin) writes:
  20. >> On 12 Jul 1996 04:59:48 -0400, vjp2@dorsai.org (Vasos
  21. >> Panagiotopoulos +1-917-287-8087 Bioengineer-Financier Samani
  22. >> Marions Panyaught NYC-11357-3436-287-USA) wrote:
  23. >> 
  24. >>>
  25. >>>I'm a bit confused about using PPP from DOS with MS-Kermit.
  26. >>>Where do I get it? How do I configure it? Does it interfere with
  27. >>>WinSock?
  28. >>>
  29. >>>        Vasos Panagiotopoulos,Columbia'81+,Bioengineer-Financier
  30. >>>  BachMozart ReaganQuayleGramm EvrytanoKastorian Cit:MarquisWhWFnc&Ind
  31. >>>  -{Nothing herein constitutes advice. Everything fully disclaimed.}-
  32. >>>         -(Composed offline at 18h01 07011096)-
  33. >>>---
  34. >>>∩┐╜ CMPQwk #1.4∩┐╜ UNREGISTERED EVALUATION COPY
  35. >>>                                                                          
  36. >> It is possible to of SLIP and CSLIP connection from DOS with
  37. >> MS-Kermit, but I can't find a good PPP DOS driver to work with
  38. >> MS-Kermit. If my memory serve me right, the MS-Kermit does not
  39. >> work with WinSock.
  40. >------------
  41. >    Finding PPP drivers is pretty much up to the user. There is one
  42. >in the Packet Driver area of kermit.columbia.edu (dir is packet-driver)
  43. >and the same on my netlab2.usu.edu (dir is pktdrvr), in the ppp subdir
  44. >on both.
  45. >    Winsock is for pure Windows programs only, not for DOS programs.
  46. >Please do review the release notes with MS-DOS Kermit on the subject of
  47. >TCP/IP, and not that we strongly recommend not thinking about running
  48. >two or more TCP/IP stacks over the same board at the same time.
  49. >    Joe D.
  50.  
  51. Regarding the EtherPPP packet driver in above mentioned FTP site,
  52. I can not make it work with the MS-Kermit on my PC, through I can
  53. make it work with NCSA Telnet and a modified version of KA9Q
  54. Telnet which have build-in SLIP support. In fact, I once consider
  55. it incompatible with MS-Kermit: After the packet driver make the
  56. connection and receive the dynamic PPP allocated PPP address, I
  57. run the MS-Kermit and then telnet to my shell account, it always
  58. fail in the BOOTP phrase and can not receive the IP address of
  59. gateway, netmask etc.
  60.  
  61.   --SAM
  62.